home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00297_Bitmap_Shawn Punchout Text < prev    next >
Text File  |  1995-05-21  |  514b  |  26 lines

  1. on mouseDown
  2.   put "ContinueBTN" into f
  3.   put "ContinueBTNHL" into fHL
  4.   hiliter 23, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end MouseDown
  8.  
  9. on mouseUp
  10.   global  LINGO, themovieName, G22A
  11.   if theMovieName = "P02D22A.MOV" then 
  12.     set LINGO = "c"
  13.     set g22A = "x"
  14.   end if
  15.   if theMovieName = "P02D22B.MOV" then 
  16.     set LINGO = "c"
  17.     set g22A = "x"
  18.   end if
  19.   if theMovieName = "P02D22c.MOV" then 
  20.     set LINGO = "c"
  21.     set g22A = "x"
  22.   end if
  23.   
  24.   GameContinue
  25. end mouseUp
  26.